Learn R Programming

DataSetsUni (version 0.1)

Hypertension Patients: The survival times of hypertension patients

Description

The function allows to provide the survival times (life lengths in years) until the onset of hypertension from a random sample of 119 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana.

Usage

data_hpatients

Value

data_hpatients gives the survival times (life lengths in years) until the onset of hypertension.

Arguments

data_hpatients

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set represents the survival times (life lengths in years) until the onset of hypertension from a random sample of 119 patients obtained from the Bolgatanga Regional Hospital in the Upper East region of Ghana. Recently, it is used by Zamanah et al. (2022) and fitted the harmonic mixture Weibull-Weibull family of distributions.

References

Zamanah, E., Nasiru, S., & Luguterah, A. (2022). Harmonic Mixture Weibull-G Family of Distributions: Properties, Regression and Applications to Medical Data. Computational and Mathematical Methods, 2022.

Examples

Run this code
x<-data_hpatients
summary(x)

Run the code above in your browser using DataLab